projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7e1029
)
* comp.el (native-compile-async): Fix excessive messaging
author
Andrea Corallo
<akrl@sdf.org>
Tue, 24 Mar 2020 19:10:20 +0000
(19:10 +0000)
committer
Andrea Corallo
<akrl@sdf.org>
Tue, 24 Mar 2020 19:10:20 +0000
(19:10 +0000)
lisp/emacs-lisp/comp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/comp.el
b/lisp/emacs-lisp/comp.el
index dfa9658a36c7fda2a5308e2134f34c35c6f79324..c5c894f66073c4d28f64deb91b6c2d9d12af69e2 100644
(file)
--- a/
lisp/emacs-lisp/comp.el
+++ b/
lisp/emacs-lisp/comp.el
@@
-2283,8
+2283,8
@@
LOAD can be nil t or 'late."
file)
(setf comp-files-queue (append comp-files-queue `((,file . ,load))))))
(when (zerop (comp-async-runnings))
- (comp-run-async-workers)
)
-
(message "Compilation started."
)))
+ (comp-run-async-workers)
+
(message "Compilation started.")
)))
(provide 'comp)